***********************************************************************
***********           PANJIT International Inc.             ***********
***********************************************************************
*Dec 06, 2019                                                         *
*                                                                     *
*This SPICE Model describes the characteristics of a typical device   *
*and does not respresent the specification. Designer should refer to  *
*the same type name data sheet for specification limits.              *
***********************************************************************
*$
.subckt RS1D A K
.param
+vc0 = 4.546e-10		 vc1 = 1.853e-10		 vc2 = 5.260e-1		 vc3 = 3.551e-10		 vc4 = 4.551e-3
+tc1 = -1.011e-3		 tc2 = 7.821e-2		 
+tc3 = 9.851e-2		 tc4 = 3.221e-2		 tc5 = 2.551e-2		 tc6 = 3.521e-2   
.func ir0(v) {(vc0)*(1.0+tc1*(temp-25)*exp(tc2*(temp-25)))}
.func ir1(v) {(vc1*v^vc2)*(1.0+tc3*(temp-25)*exp(tc4*(temp-25)))}
.func ir2(v) {(vc3*exp(vc4*v))*(1.0+tc5*(temp-25)*exp(tc6*(temp-25)))}
.func irexp(v) {ir0(v)+ir1(v)+ir2(v)}
g1 K A value = {irexp(v(K,A))}
.func irpwr(v) {(vc0+vc1*v^vc2)*(1.0+tc1*(temp-25)*exp(tc2*(temp-25)))+(vc3*v^vc4)*(1.0+tc3*(temp-25)*exp(tc4*(temp-25)))}
d1 A K sbd
.model sbd d
***** flag parameter *****
+level = 1 
***** dc model parameter *****
+ is = 3.560e-10		   n = 1.356		  rs = 7.128e-2		ikf = 5.040e-3
+ibv = 0.1e-3		 nbv = 1	  		  bv = 440
***** capacitance parameter *****
+cjo = 5.473e-11  	   m = 3.754e-1		  vj = 4.567e-1
+ fc = 0.5
***** temperature coefficient *****
+tnom = 25			  eg = 1.006e0		 xti = 3
+trs1 = -2.311e-3		trs2 = -1.284e-5		tikf = 1.236e-2
.ends RS1D
*$
